home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / AMScen_0_9.lha / AMScen / go < prev    next >
Text File  |  1995-01-21  |  906b  |  41 lines

  1. SysAdmin
  2. SysAdminPassword
  3. ignore RunLimit(100).
  4. use Characters
  5. public G CreateGrammar().
  6. SetContinue(true).
  7.  
  8.  
  9. /* the basics of this scenario */
  10. source st:basics.m
  11.  
  12. /* Combat code - player v.s. machine and player v.s. player. */
  13. source st:combat.m
  14.  
  15. /* The town */
  16. source st:town.m
  17.  
  18. /* The Proving Grounds area - 3 quests, weapons, special monsters, etc. */
  19. source st:proving.m
  20.  
  21. /* The on-line building commands and interactive stuff. Builder's guild. */
  22. source st:build.m
  23.  
  24. /* newsroom, telegram office - usenet news and email reading/posting. */
  25. /* Remove the comments around this if you want to have the usenet news
  26.    and email facilities in your MUD. */
  27. /*
  28. source st:usenet.m
  29. */
  30.  
  31. SetContinue(false).
  32. /* do not remove the blank lines after this, they are the empty password! */
  33. NewCreationPassword().
  34.  
  35.  
  36.  
  37. Print("Scenario parsed - flushing database.\n").
  38. Flush().
  39. ignore RunLimit(10).
  40. Print("All done.\n").
  41.